Uses of Interface
org.drasyl.handler.pubsub.PubSubMessage
-
Uses of PubSubMessage in org.drasyl.handler.pubsub
Modifier and TypeClassDescriptionfinal class
PublishedDefaultByteBufHolder.content()
()} to topicPubSubPublish.getTopic()
.class
Confirmation of a previous sentPubSubPublish
message.class
Subscribes to topicPubSubSubscribe.getTopic()
.class
Confirmation of a previous sentPubSubSubscribe
message.class
Unsubscribes from topicPubSubUnsubscribe.getTopic()
.class
Confirmation of a previous sentPubSubUnsubscribe
message.Modifier and TypeMethodDescriptionprotected void
PubSubBrokerHandler.channelRead0
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<PubSubMessage> msg) protected void
PubSubCodec.encode
(io.netty.channel.ChannelHandlerContext ctx, OverlayAddressedMessage<PubSubMessage> msg, List<Object> out)