Package io.dapr.client.domain
Class UnsubscribeConfigurationResponse
java.lang.Object
io.dapr.client.domain.UnsubscribeConfigurationResponse
Domain object for unsubscribe response.
-
Constructor Summary
ConstructorDescriptionUnsubscribeConfigurationResponse
(boolean isUnsubscribed, String message) Constructor for UnsubscribeConfigurationResponse. -
Method Summary
-
Constructor Details
-
UnsubscribeConfigurationResponse
Constructor for UnsubscribeConfigurationResponse.- Parameters:
isUnsubscribed
- boolean denoting unsubscribe API response.message
- unsubscribe API response message.
-
-
Method Details
-
getIsUnsubscribed
public boolean getIsUnsubscribed() -
getMessage
-