Uses of Class
com.salesforce.eventbus.protobuf.TopicInfo
Packages that use TopicInfo
Package
Description
-
Uses of TopicInfo in com.salesforce.eventbus.protobuf
Methods in com.salesforce.eventbus.protobuf that return TopicInfoModifier and TypeMethodDescriptionTopicInfo.Builder.build()TopicInfo.Builder.buildPartial()static TopicInfoTopicInfo.getDefaultInstance()TopicInfo.Builder.getDefaultInstanceForType()TopicInfo.getDefaultInstanceForType()PubSubGrpc.PubSubBlockingStub.getTopic(TopicRequest request) Get the topic Information related to the specified topic.static TopicInfoTopicInfo.parseDelimitedFrom(InputStream input) static TopicInfoTopicInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicInfoTopicInfo.parseFrom(byte[] data) static TopicInfoTopicInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicInfoTopicInfo.parseFrom(com.google.protobuf.ByteString data) static TopicInfoTopicInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicInfoTopicInfo.parseFrom(com.google.protobuf.CodedInputStream input) static TopicInfoTopicInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicInfoTopicInfo.parseFrom(InputStream input) static TopicInfoTopicInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicInfoTopicInfo.parseFrom(ByteBuffer data) static TopicInfoTopicInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.salesforce.eventbus.protobuf that return types with arguments of type TopicInfoModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<TopicRequest, TopicInfo> PubSubGrpc.getGetTopicMethod()com.google.protobuf.Parser<TopicInfo> TopicInfo.getParserForType()com.google.common.util.concurrent.ListenableFuture<TopicInfo> PubSubGrpc.PubSubFutureStub.getTopic(TopicRequest request) Get the topic Information related to the specified topic.static com.google.protobuf.Parser<TopicInfo> TopicInfo.parser()Methods in com.salesforce.eventbus.protobuf with parameters of type TopicInfoModifier and TypeMethodDescriptionstatic TopicInfo.BuilderTopicInfo.newBuilder(TopicInfo prototype) Method parameters in com.salesforce.eventbus.protobuf with type arguments of type TopicInfoModifier and TypeMethodDescriptiondefault voidPubSubGrpc.AsyncService.getTopic(TopicRequest request, io.grpc.stub.StreamObserver<TopicInfo> responseObserver) Get the topic Information related to the specified topic.voidPubSubGrpc.PubSubStub.getTopic(TopicRequest request, io.grpc.stub.StreamObserver<TopicInfo> responseObserver) Get the topic Information related to the specified topic. -
Uses of TopicInfo in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client that return TopicInfo