| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandBus<S extends State>
Map command handlers and execute them by handling command objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandLoggerHelper
Helper interface for command logger.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Facade<S extends State>
Provides access to the core functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LoggersHelper<S extends State>
Combines a multitude of logger interfaces.
|
| 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 | Class and Description |
|---|---|
class |
DefaultLoggersHelper<S extends State>
Helper class for all LaPasse loggers.
|
Copyright © 2016 Cooking Fox. All rights reserved.