Package zendesk.support.suas
-
Interface Summary Interface Description Continuation Dispatcher Filter<E> Interface that gets called before notifying aListener
.GetState Interface for getting the currentState
Listener<E> Callback used to register for update on theStore
Middleware Middleware definition.StateSelector<E> Store TheStore
contains the application's state, reducer logic, middleware and listeners.Subscription -
Class Summary Class Description Action<E> Synchronous action that can be dispatched in aStore
to kick of state changes.CombinedSubscription Helper class for joining multipleSubscription
s.Filters Set of basic implementation ofFilter
Reducer<E> Definition of a Reducer.State An implementation of state that's used in aSuasStore
.Suas Suas - This is the entry point.Suas.Builder Fluent API for creating aStore
.