public interface FrameworkOwner
Modifier and Type | Method and Description |
---|---|
default void |
error(java.lang.String message)
Called for an error.
|
default void |
info(java.lang.String message)
Called for an information.
|
default void |
init(org.da.protoframework.model.core.OwnerModule module)
Called when the OwnerModule is initialized.
|
default void |
publish(ServiceInstance<?,?> service)
Called when the module publish a Service invocation.
|
default void |
start(org.da.protoframework.model.core.OwnerModule module)
Called when the OwnerModule is started.
|
default void |
subscribe(ServiceInstance<?,?> service)
Called when the module receives a Service notification.
|
default void init(org.da.protoframework.model.core.OwnerModule module)
module
- the OwnerModuledefault void start(org.da.protoframework.model.core.OwnerModule module)
module
- the OwnerModuledefault void subscribe(ServiceInstance<?,?> service)
service
- the servicedefault void publish(ServiceInstance<?,?> service)
service
- the servicedefault void error(java.lang.String message)
message
- the messagedefault void info(java.lang.String message)
message
- the messageCopyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence