public interface TypedConsumerAdminOperations extends ConsumerAdminOperations
| Modifier and Type | Method and Description |
|---|---|
TypedProxyPullSupplier |
obtain_typed_pull_supplier(java.lang.String supported_interface) |
ProxyPushSupplier |
obtain_typed_push_supplier(java.lang.String uses_interface) |
obtain_pull_supplier, obtain_push_supplierTypedProxyPullSupplier obtain_typed_pull_supplier(java.lang.String supported_interface) throws InterfaceNotSupported
InterfaceNotSupportedProxyPushSupplier obtain_typed_push_supplier(java.lang.String uses_interface) throws NoSuchImplementation
NoSuchImplementation