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