public class FirehoseMock extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FirehoseMock.Builder
Builder to create a custom Firehose Mock Sever.
|
| Modifier and Type | Method and Description |
|---|---|
static FirehoseMock |
defaultMock()
Create a Firehose Mock server with a random free port and a default S3 Client.
|
Integer |
getPort()
Port Firehose Mock is setup to run on
|
void |
start()
Start the Firehose Mock
|
void |
stop()
Stop the Firehose Mock & Delete Delivery Streams
|
public void start()
throws Exception
Exception - if could not startpublic void stop()
throws Exception
Exception - if could not be stoppedpublic Integer getPort()
public static FirehoseMock defaultMock()
Copyright © 2017. All rights reserved.