| Package | Description |
|---|---|
| com.github.iotexproject.grpc.api |
| Modifier and Type | Method and Description |
|---|---|
StreamLogsRequest |
StreamLogsRequest.Builder.build() |
StreamLogsRequest |
StreamLogsRequest.Builder.buildPartial() |
static StreamLogsRequest |
StreamLogsRequest.getDefaultInstance() |
StreamLogsRequest |
StreamLogsRequest.getDefaultInstanceForType() |
StreamLogsRequest |
StreamLogsRequest.Builder.getDefaultInstanceForType() |
static StreamLogsRequest |
StreamLogsRequest.parseDelimitedFrom(InputStream input) |
static StreamLogsRequest |
StreamLogsRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(byte[] data) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(ByteBuffer data) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(com.google.protobuf.ByteString data) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(InputStream input) |
static StreamLogsRequest |
StreamLogsRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StreamLogsRequest> |
StreamLogsRequest.getParserForType() |
static io.grpc.MethodDescriptor<StreamLogsRequest,StreamLogsResponse> |
APIServiceGrpc.getStreamLogsMethod() |
static com.google.protobuf.Parser<StreamLogsRequest> |
StreamLogsRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamLogsRequest.Builder |
StreamLogsRequest.Builder.mergeFrom(StreamLogsRequest other) |
static StreamLogsRequest.Builder |
StreamLogsRequest.newBuilder(StreamLogsRequest prototype) |
Iterator<StreamLogsResponse> |
APIServiceGrpc.APIServiceBlockingStub.streamLogs(StreamLogsRequest request)
get logs filtered by contract address and topics in stream
|
void |
APIServiceGrpc.APIServiceImplBase.streamLogs(StreamLogsRequest request,
io.grpc.stub.StreamObserver<StreamLogsResponse> responseObserver)
get logs filtered by contract address and topics in stream
|
void |
APIServiceGrpc.APIServiceStub.streamLogs(StreamLogsRequest request,
io.grpc.stub.StreamObserver<StreamLogsResponse> responseObserver)
get logs filtered by contract address and topics in stream
|
Copyright © 2022 IoTeX Group. All rights reserved.