java.lang.Object
com.skava.marketplace.notification.orchestration.model.RoutingKey
All Implemented Interfaces:
Serializable

public class RoutingKey extends Object implements Serializable
The Class RoutingKey.
See Also:
  • Constructor Details

    • RoutingKey

      public RoutingKey(String routingKey)
      Instantiates a new routing key.
      Parameters:
      routingKey - the routing key
  • Method Details

    • getServiceName

      public String getServiceName()
      Gets the service name.
      Returns:
      the service name
    • getActionName

      public String getActionName()
      Gets the action name.
      Returns:
      the action name
    • getSubActionName

      public String getSubActionName()
      Gets the sub action name.
      Returns:
      the sub action name
    • getKey

      public String getKey()
      Gets the key.
      Returns:
      the key