Class OutputPublisherImplementation
- java.lang.Object
-
- de.unistuttgart.isw.sfsc.commonjava.zmq.pubsubsocketpair.outputmanagement.OutputPublisherImplementation
-
- All Implemented Interfaces:
OutputPublisher
public class OutputPublisherImplementation extends java.lang.Object implements OutputPublisher
-
-
Constructor Summary
Constructors Constructor Description OutputPublisherImplementation(ReactiveSocket.Outbox outbox)
-
Method Summary
Modifier and Type Method Description voidpublish(byte[] topic, byte[] data)voidpublish(byte[] topic, com.google.protobuf.Message data)voidpublish(com.google.protobuf.ByteString topic, byte[] data)voidpublish(com.google.protobuf.ByteString topic, com.google.protobuf.Message data)voidpublish(java.lang.String topic, byte[] data)voidpublish(java.lang.String topic, com.google.protobuf.Message data)
-
-
-
Constructor Detail
-
OutputPublisherImplementation
public OutputPublisherImplementation(ReactiveSocket.Outbox outbox)
-
-
Method Detail
-
publish
public void publish(byte[] topic, byte[] data)- Specified by:
publishin interfaceOutputPublisher
-
publish
public void publish(com.google.protobuf.ByteString topic, byte[] data)- Specified by:
publishin interfaceOutputPublisher
-
publish
public void publish(java.lang.String topic, byte[] data)- Specified by:
publishin interfaceOutputPublisher
-
publish
public void publish(byte[] topic, com.google.protobuf.Message data)- Specified by:
publishin interfaceOutputPublisher
-
publish
public void publish(com.google.protobuf.ByteString topic, com.google.protobuf.Message data)- Specified by:
publishin interfaceOutputPublisher
-
publish
public void publish(java.lang.String topic, com.google.protobuf.Message data)- Specified by:
publishin interfaceOutputPublisher
-
-