Uses of Class
com.salesforce.eventbus.protobuf.Error
Packages that use Error
Package
Description
-
Uses of Error in com.salesforce.eventbus.protobuf
Methods in com.salesforce.eventbus.protobuf that return ErrorModifier and TypeMethodDescriptionError.Builder.build()Error.Builder.buildPartial()static ErrorError.getDefaultInstance()Error.Builder.getDefaultInstanceForType()Error.getDefaultInstanceForType()PublishResult.Builder.getError()Publish error if anyPublishResult.getError()Publish error if anyPublishResultOrBuilder.getError()Publish error if anystatic ErrorError.parseDelimitedFrom(InputStream input) static ErrorError.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorError.parseFrom(byte[] data) static ErrorError.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorError.parseFrom(com.google.protobuf.ByteString data) static ErrorError.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorError.parseFrom(com.google.protobuf.CodedInputStream input) static ErrorError.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorError.parseFrom(InputStream input) static ErrorError.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ErrorError.parseFrom(ByteBuffer data) static ErrorError.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.salesforce.eventbus.protobuf that return types with arguments of type ErrorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Error>Error.getParserForType()static com.google.protobuf.Parser<Error>Error.parser()Methods in com.salesforce.eventbus.protobuf with parameters of type ErrorModifier and TypeMethodDescriptionPublishResult.Builder.mergeError(Error value) Publish error if anystatic Error.BuilderError.newBuilder(Error prototype) Publish error if any -
Uses of Error in org.apache.camel.component.salesforce.api.dto.pubsub
Methods in org.apache.camel.component.salesforce.api.dto.pubsub that return Error