Registry / other / streams-core

streams-core

JSON →
library0.7.0javamavenunverified

Core classes and interfaces for Apache Streams, a framework for stream processing.

<dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> <version>0.7.0</version> </dependency>
INSTALL
IMPORT
SIG · STREAMS-CORE
S
streams-core
otherjavav0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StreamsProcessor
org.apache.streams.core.StreamsProcessor

Implement a simple StreamsProcessor.

import org.apache.streams.core.StreamsProcessor; import org.apache.streams.core.StreamsDatum; public class Quickstart implements StreamsProcessor { public StreamsDatum process(StreamsDatum entry) { return entry; } public void prepare(Object configuration) {} public void cleanUp() {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
streams-core — mvn dependency:get streams-core · libregistry