public interface ServiceSPI extends Service
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ServiceSPI.HandlerRegistration
An entity describing a handler registration for this service.
|
| Modifier and Type | Method and Description |
|---|---|
CdsRuntime |
getCdsRuntime()
Returns the
CdsRuntime this Service belongs to. |
Stream<ServiceSPI.HandlerRegistration> |
registrations(Phase phase)
|
void |
setCdsRuntime(CdsRuntime runtime)
Makes the
CdsRuntime known to the Service |
void setCdsRuntime(CdsRuntime runtime)
CdsRuntime known to the Serviceruntime - the CdsRuntimeCdsRuntime getCdsRuntime()
CdsRuntime this Service belongs to.CdsRuntime instance.Stream<ServiceSPI.HandlerRegistration> registrations(Phase phase)
phase - The phase the registrations refer toCopyright © 2021. All rights reserved.