Class NotificationGatewayConfiguration
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.plugins.notification.gateway.configuration.NotificationGatewayConfiguration
-
- Direct Known Subclasses:
CustomWebhookNotificationGatewayConfiguration
,EmailNotificationGatewayConfiguration
,WebhookNotificationGatewayConfiguration
public abstract class NotificationGatewayConfiguration extends step.core.accessors.AbstractOrganizableObject
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
entityName
-
Constructor Summary
Constructors Constructor Description NotificationGatewayConfiguration()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.Class<? extends NotificationGateway>
getGatewayClass()
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
-
-
-
Field Detail
-
entityName
public static final java.lang.String entityName
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGatewayClass
public abstract java.lang.Class<? extends NotificationGateway> getGatewayClass()
-
-