Class NotificationGatewayConfiguration
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.plugins.notification.gateway.configuration.NotificationGatewayConfiguration
-
- Direct Known Subclasses:
EmailNotificationGatewayConfiguration
,WebhookNotificationGatewayConfiguration
public abstract class NotificationGatewayConfiguration extends step.core.accessors.AbstractOrganizableObject
-
-
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
-
-
-
-
Method Detail
-
getGatewayClass
public abstract java.lang.Class<? extends NotificationGateway> getGatewayClass()
-
-