Skip to content

Commit

Permalink
Updated Attribute Definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
amitjoy committed May 23, 2024
1 parent a1e3c09 commit 399fe06
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ public final class MessageClientProvider {
@AttributeDefinition(name = "QoS 2 Outgoing Interceptor Service Filter")
String qos2OutgoingInterceptorFilter() default "";

@AttributeDefinition(name = "Filter to be satisfied for the client to be active")
@AttributeDefinition(name = "Filter to be satisfied for the messaging client to be active")
String osgi_ds_satisfying_condition_target() default "(" + CONDITION_ID + "=" + CONDITION_ID_TRUE + ")";

@AttributeDefinition(name = "Reason for the disconnection when the component is stopped")
@AttributeDefinition(name = "Reason for the disconnection when the component is stopped gracefully")
String disconnectionReasonDescription() default "OSGi Component Deactivated";

@AttributeDefinition(name = "Code for the disconnection when the component is stopped")
@AttributeDefinition(name = "Code for the disconnection when the component is stopped gracefully")
Mqtt5DisconnectReasonCode disconnectionReasonCode() default NORMAL_DISCONNECTION;
}

Expand Down

0 comments on commit 399fe06

Please sign in to comment.