Package com.xpdustry.flex.message
Interface MessagePipeline
-
- All Implemented Interfaces:
-
com.xpdustry.flex.processor.PriorityProcessorPipeline,com.xpdustry.flex.processor.ProcessorPipeline
public interface MessagePipeline implements PriorityProcessorPipeline<MessageContext, CompletableFuture<String>>
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<Void>broadcast(Audience sender, Audience target, String message)abstract CompletableFuture<Void>broadcast(Audience sender, Audience target, String message, String template)-
Methods inherited from class com.xpdustry.flex.processor.PriorityProcessorPipeline
register, register -
Methods inherited from class com.xpdustry.flex.processor.ProcessorPipeline
pump -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
broadcast
CompletableFuture<Void> broadcast(Audience sender, Audience target, String message)
-
broadcast
abstract CompletableFuture<Void> broadcast(Audience sender, Audience target, String message, String template)
-
-
-
-