public class LocalLoggingHelper extends Object
| Constructor and Description |
|---|
LocalLoggingHelper(String addressString)
Constructs a new LocalPubsubHelper.
|
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ManagedChannel |
createChannel()
Creates a channel for making requests to the in-memory service.
|
LocalLoggingImpl |
getLoggingImpl()
Returns the internal in-memory service.
|
void |
reset()
Resets the state of the in-memory service.
|
void |
shutdownNow()
Shuts down the in-memory service.
|
void |
start()
Starts the in-memory service.
|
public LocalLoggingHelper(String addressString)
public void start()
public void reset()
public LocalLoggingImpl getLoggingImpl()
public io.grpc.ManagedChannel createChannel()
public void shutdownNow()
Copyright © 2016 Google. All rights reserved.