public class BusFactory extends Object
| Constructor and Description |
|---|
BusFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IMessageBus |
AsynchronousSequentialFIFO()
Create a message bus with support for synchronous and asynchronous message publication.
|
static SyncMessageBus |
SynchronousOnly()
Create a message bus supporting only synchronous message publication.
|
public static SyncMessageBus SynchronousOnly()
public static IMessageBus AsynchronousSequentialFIFO()
Copyright © 2015. All rights reserved.