Interface Input
- All Known Subinterfaces:
DestinationInput
- All Known Implementing Classes:
ManagementInput, QueueInput, QueueWireTapInput, TopicInput
public interface Input
Base interface for Inputs.
- Author:
- IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
-
Method Summary
-
Method Details
-
getName
-
current
-
current
-
executeCallback
-
collect
void collect(long interval) Internal use. -
start
-
close
void close()Closes this Input.
-