| Interface | Description |
|---|---|
| Cb<T> |
Represents a java8 method reference to a zero-argument method from a given component implementation class.
|
| CbBundle<T> |
Represents a callback(Bundle) that is invoked on a Component implementation class.
|
| CbBundleComponent<T> |
Represents a callback(Bundle, Component) that is invoked on a Component implementation class.
|
| CbComponent<T> |
Represents a callback(Component) that is invoked on a Component implementation class.
|
| CbConfiguration<T,U> |
Represents a callback(Configuration) that is invoked on a Component implementation class.
|
| CbConfigurationComponent<T,U> |
Represents a callback(Configuration, Component) which accepts a configuration type for wrapping properties
behind a dynamic proxy interface.
|
| CbDictionary<T> |
Represents a callback(Dictionary) that is invoked on a Component implementation class.
|
| CbDictionaryComponent<T> |
Represents a callback(Dictionary, Component) that is invoked on a Component implementation class.
|
| CbFuture<T,F> |
Represents a callback that accepts the result of a CompletableFuture operation.
|
| CbRef<T,S> |
Represents a callback(ServiceReference) that is invoked on a Component implementation class.
|
| CbRefComponent<T,S> |
Represents a callback(ServiceReference, Component) that is invoked on a Component implementation class.
|
| CbRefRef<T,S> |
Represents a callback(ServiceReference, ServiceReference) that is invoked on a Component implementation class.
|
| CbRefRefComponent<T,S> |
Represents a callback(ServiceReference, ServiceReference, Component) that is invoked on a Component implementation class.
|
| CbRefServiceRefService<T,S> |
Represents a callback(ServiceReference, Service, ServiceReference, Service) that is invoked on a Component implementation class.
|
| CbRefServiceRefServiceComponent<T,S> |
Represents a callback(ServiceReference, Service, ServiceReference, Service, Component) that is invoked on a Component implementation class.
|
| CbService<T,S> |
Represents a callback(Service) that is invoked on a Component implementation class.
|
| CbServiceComponent<T,S> |
Represents a callback(Service, Component) that is invoked on a Component implementation class.
|
| CbServiceComponentRef<T,S> |
Represents a callback(Service, Component, ServiceReference) that is invoked on a Component implementation class.
|
| CbServiceDict<T,S> |
Represents a callback(Service, Dictionary) that is invoked on a Component implementation class.
|
| CbServiceMap<T,S> |
Represents a callback(Service, Map) that is invoked on a Component implementation class.
|
| CbServiceObjects<T,S> |
Represents a callback(ServiceObjects) that is invoked on a Component implementation class.
|
| CbServiceObjectsServiceObjects<T,S> |
Represents a callback(ServiceObjects, ServiceObjects) that is invoked on a Component implementation class.
|
| CbServiceRef<T,S> |
Represents a callback(Service, ServiceReference) that is invoked on a Component implementation class.
|
| CbServiceService<T,S> |
Represents a swap callback(Service, Service) that is invoked on a Component implementation class.
|
| CbServiceServiceComponent<T,S> |
Represents a swap callback(Service, Service, Component) that is invoked on a Component implementation class.
|
| InstanceCb |
Represents a method reference to a no-args callback method from an arbitrary Object instance.
|
| InstanceCbBundle |
Represents a callback(Bundle) on an Object instance.
|
| InstanceCbBundleComponent |
Represents a callback(Bundle, Component) on an Object instance.
|
| InstanceCbComponent |
Represents a callback(Component) invoked on an Object instance.
|
| InstanceCbConfiguration<T> |
Represents a reference to a callback on an Object instance that takes Configuration type as argument.
|
| InstanceCbConfigurationComponent<T> |
Represents a callback(Configuration, Component) invoked on an Object instance.
|
| InstanceCbDictionary |
Represents a callback(Dictionary) on an Object instance.
|
| InstanceCbDictionaryComponent |
Represents a callback(Dictionary, Component) on an Object instance.
|
| InstanceCbFuture<F> |
Represents a callback that accepts the result of a CompletableFuture.
|
| InstanceCbRef<S> |
Represents a callback(ServiceReference) on an Object instance.
|
| InstanceCbRefComponent<S> |
Represents a callback(ServiceReference, Component) on an Object instance.
|
| InstanceCbRefRef<S> |
Represents a swap callback(ServiceReference, ServiceReference) on an Object instance.
|
| InstanceCbRefRefComponent<S> |
Represents a callback(ServiceReference, ServiceReference, Component) on an Object instance.
|
| InstanceCbRefServiceRefService<S> |
Represents a swap callback(ServiceReference, Service, ServiceReference, Service) on an Object instance.
|
| InstanceCbRefServiceRefServiceComponent<S> |
Represents a swap callback(ServiceReference, Service, ServiceReference, Service, Component) on an Object instance.
|
| InstanceCbService<S> |
Represents a callback(Service) on an Object instance.
|
| InstanceCbServiceComponent<S> |
Represents a callback(Service, Component) on an Object instance.
|
| InstanceCbServiceComponentRef<S> |
Represents a callback(Service, Component, ServiceReference) on an Object instance.
|
| InstanceCbServiceDict<S> |
Represents a callback(Service, Dictionary) on an Object instance.
|
| InstanceCbServiceMap<S> |
Represents a callback(Service, Map) on an Object instance.
|
| InstanceCbServiceObjects<S> |
Represents a callback(ServiceObjects) on an Object instance.
|
| InstanceCbServiceObjectsServiceObjects<S> |
Represents a swap callback(ServoceObjects, ServoceObjects) on an Object instance.
|
| InstanceCbServiceRef<S> |
Represents a callback(Service, ServiceReference) on an Object instance.
|
| InstanceCbServiceService<S> |
Represents a swap callback(Service, Service) on an Object instance.
|
| InstanceCbServiceServiceComponent<S> |
Represents a swap callback(Service, Service, Component) on an Object instance.
|
| SerializableLambda |
Base interface for serializable lambdas.
|