| Package | Description |
|---|---|
| com.cookingfox.lapasse.impl.command.bus | |
| com.cookingfox.lapasse.impl.event.bus | |
| com.cookingfox.lapasse.impl.facade | |
| com.cookingfox.lapasse.impl.logging |
| Modifier and Type | Field and Description |
|---|---|
protected LoggerCollection<S> |
DefaultCommandBus.loggers
Used for logging the command handler operations.
|
| Constructor and Description |
|---|
DefaultCommandBus(MessageStore messageStore,
EventBus<S> eventBus,
LoggerCollection<S> loggers,
StateObserver<S> stateObserver) |
| Modifier and Type | Field and Description |
|---|---|
protected LoggerCollection<S> |
DefaultEventBus.loggers
Used for logging the event handler operations.
|
| Constructor and Description |
|---|
DefaultEventBus(MessageStore messageStore,
LoggerCollection<S> loggers,
StateManager<S> stateManager) |
| Modifier and Type | Field and Description |
|---|---|
protected LoggerCollection<S> |
LaPasseFacade.loggers |
protected LoggerCollection<S> |
LaPasseFacade.Builder.loggers |
| Modifier and Type | Method and Description |
|---|---|
LaPasseFacade.Builder<S> |
LaPasseFacade.Builder.setLoggers(LoggerCollection<S> loggers) |
| Constructor and Description |
|---|
LaPasseFacade(CommandBus<S> commandBus,
EventBus<S> eventBus,
LoggerCollection<S> loggers,
StateObserver<S> stateObserver) |
| Modifier and Type | Class and Description |
|---|---|
class |
LaPasseLoggers<S extends State>
Helper class for all LaPasse loggers.
|
Copyright © 2016 Cooking Fox. All rights reserved.