| Package | Description |
|---|---|
| com.cookingfox.lapasse.api.facade | |
| com.cookingfox.lapasse.impl.command.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 | Class and Description |
|---|---|
class |
DefaultCommandBus<S extends State>
Default implementation of
CommandBus. |
| 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 CommandBus<S> |
LaPasseFacade.commandBus |
protected CommandBus<S> |
LaPasseFacade.Builder.commandBus |
| Modifier and Type | Method and Description |
|---|---|
CommandBus<S> |
LaPasseFacade.Builder.getCommandBus() |
| Modifier and Type | Method and Description |
|---|---|
LaPasseFacade.Builder<S> |
LaPasseFacade.Builder.setCommandBus(CommandBus<S> commandBus) |
| Constructor and Description |
|---|
LaPasseFacade(CommandBus<S> commandBus,
EventBus<S> eventBus,
LoggersHelper<S> loggersHelper,
MessageStore messageStore,
StateManager<S> stateManager) |
Copyright © 2016 Cooking Fox. All rights reserved.