Interface ConsumerDestination
-
public interface ConsumerDestinationRepresents a ConsumerDestination that provides the information about the destination that is physically provisioned throughProvisioningProvider.provisionConsumerDestination(String, String, ConsumerProperties).- Since:
- 1.2
- Author:
- Soby Chacko
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Provides the destination name.
-
-
-
Method Detail
-
getName
String getName()
Provides the destination name.- Returns:
- destination name
-
-