Interface IMessageQueueReplicableService

    • Method Detail

      • publish

        IFuture<java.lang.Void> publish​(java.lang.String topic,
                                        Event event,
                                        java.lang.Boolean replicate)
        Publish a new event to the queue.
        Parameters:
        topic - The topic.
        event - The event to publish.
        replicate - Should the event be replicated among all message queues?