| Package | Description |
|---|---|
| com.cookingfox.lapasse.api.facade | |
| com.cookingfox.lapasse.impl.command.bus | |
| com.cookingfox.lapasse.impl.event.bus | |
| com.cookingfox.lapasse.impl.facade |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Facade<S extends State>
Provides access to the core functionality.
|
| Modifier and Type | Field and Description |
|---|---|
protected EventBus<S> |
DefaultCommandBus.eventBus
The event bus to pass generated events to.
|
| Constructor and Description |
|---|
DefaultCommandBus(MessageStore messageStore,
EventBus<S> eventBus,
LoggerCollection<S> loggers,
StateObserver<S> stateObserver) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultEventBus<S extends State>
Default implementation of
EventBus. |
| Modifier and Type | Class and Description |
|---|---|
class |
LaPasseFacade<S extends State>
Implementation of
Facade, containing a Builder class. |
class |
LaPasseFacadeDelegate<S extends State>
Delegates all
Facade operations to a provided instance. |
| Modifier and Type | Field and Description |
|---|---|
protected EventBus<S> |
LaPasseFacade.eventBus |
protected EventBus<S> |
LaPasseFacade.Builder.eventBus |
| Modifier and Type | Method and Description |
|---|---|
protected EventBus<S> |
LaPasseFacade.Builder.createDefaultEventBus(MessageStore messageStore,
LoggerCollection<S> loggers,
StateManager<S> stateManager) |
| Modifier and Type | Method and Description |
|---|---|
protected CommandBus<S> |
LaPasseFacade.Builder.createDefaultCommandBus(MessageStore messageStore,
EventBus<S> eventBus,
LoggerCollection<S> loggers,
StateManager<S> stateManager) |
protected LaPasseFacade<S> |
LaPasseFacade.Builder.createFacade(CommandBus<S> commandBus,
EventBus<S> eventBus,
LoggerCollection<S> loggers,
StateManager<S> stateManager) |
LaPasseFacade.Builder<S> |
LaPasseFacade.Builder.setEventBus(EventBus<S> eventBus) |
| Constructor and Description |
|---|
LaPasseFacade(CommandBus<S> commandBus,
EventBus<S> eventBus,
LoggerCollection<S> loggers,
StateObserver<S> stateObserver) |
Copyright © 2016 Cooking Fox. All rights reserved.