| Interface | Description |
|---|---|
| CompositePostProcessor<T> |
Composite post processor together and being processed orderly.
|
| Heartbeat |
Allows for deferred execution of logic, useful when trying to get multiple components to coordinate behavior.
|
| IdProvider | |
| Observable |
This interface represents an observable object, or "data" in the subject-observer paradigm.
|
| SquirrelComponent |
Interface to flag a class as being handled through the component provider.
|
| SquirrelInstanceProvider<T> | |
| SquirrelPostProcessor<T> |
Post process object created by
SquirrelProvider |
| SquirrelSingleton |
Interface to flag a class which has a static setInstance/getInstance method which can be used by an external software
to set a specific implementation of a component, or interface which has a static field named INSTANCE.
|
| Class | Description |
|---|---|
| IdProvider.Default | |
| IdProvider.UUIDProvider | |
| SquirrelConfiguration | |
| SquirrelPostProcessorProvider | |
| SquirrelProvider |
Central factory class for components used by squirrel-foundation.
|
| SquirrelSingletonProvider |
| Annotation Type | Description |
|---|---|
| HeartbeatDeferred |
Copyright © 2013–2016. All rights reserved.