Uses of Interface
org.symphonyoss.s2.fugue.pubsub.IPubSubMessage
-
-
Uses of IPubSubMessage in org.symphonyoss.s2.fugue.pubsub
Classes in org.symphonyoss.s2.fugue.pubsub that implement IPubSubMessage Modifier and Type Class Description classPubSubMessageA payload sent or received over a pub sub channel.Methods in org.symphonyoss.s2.fugue.pubsub with parameters of type IPubSubMessage Modifier and Type Method Description voidIPublisher. consume(IPubSubMessage item)Consume the given item.
-