Package org.chenile.core.model
Class SubscriberVO
java.lang.Object
org.chenile.core.model.SubscriberVO
The combination of service and operation that are mapped to a Chenile event.
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
ConstructorDescriptionSubscriberVO
(ChenileServiceDefinition serviceDefinition, OperationDefinition operationDefinition) -
Method Summary
-
Field Details
-
serviceDefinition
-
operationDefinition
-
-
Constructor Details
-
SubscriberVO
public SubscriberVO(ChenileServiceDefinition serviceDefinition, OperationDefinition operationDefinition)
-