Class RoutingKey
java.lang.Object
com.skava.marketplace.notification.orchestration.model.RoutingKey
- All Implemented Interfaces:
Serializable
The Class RoutingKey.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the action name.getKey()
Gets the key.Gets the service name.Gets the sub action name.
-
Constructor Details
-
RoutingKey
Instantiates a new routing key.- Parameters:
routingKey
- the routing key
-
-
Method Details
-
getServiceName
Gets the service name.- Returns:
- the service name
-
getActionName
Gets the action name.- Returns:
- the action name
-
getSubActionName
Gets the sub action name.- Returns:
- the sub action name
-
getKey
Gets the key.- Returns:
- the key
-