@Path(value="/forest/orders")
public interface IForestOrders
Modifier and Type | Method and Description |
---|---|
void |
consumer(ConsumerSetup st) |
void |
producer(ProducerSetup st)
The forest wants the instance to setup a kafka producer and stream the
changes to a container
|
@PUT @Path(value="producer") void producer(ProducerSetup st)
st
- @PUT @Path(value="consumer") void consumer(ConsumerSetup st)
Copyright © 2021. All Rights Reserved.