Class SepiaRoutingKeyProvider
java.lang.Object
com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.routingkeys.RoutingKeyProvider
com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.routingkeys.SepiaRoutingKeyProvider
- All Implemented Interfaces:
Describable<RoutingKeyProvider>
,Serializable
A routing key provider that produces AMQP routing keys that adhere to
the message
broker requirements in Sepia (Sepia Eiffel Protocol Implementation Architecture).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.routingkeys.RoutingKeyProvider
RoutingKeyProvider.RoutingKeyProviderDescriptor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRoutingKey
(EiffelEvent event) Computes the routing key for an event.getTag()
void
-
Constructor Details
-
SepiaRoutingKeyProvider
@DataBoundConstructor public SepiaRoutingKeyProvider()
-
-
Method Details
-
getRoutingKey
Computes the routing key for an event.- Specified by:
getRoutingKey
in classRoutingKeyProvider
- Parameters:
event
- theEiffelEvent
whose routing key is wanted- Returns:
- a string consisting of one or more dot-separated tokens that's usable as a routing key
-
getTag
-
setTag
-
getDescriptor
-