Consumer
in
Consumes an entry.
A Consumer can be create with Entries::consumeEntry().
Tags
Table of Contents
Methods
- consume() : void
- Consumes an entry to do an action.
Methods
consume()
Consumes an entry to do an action.
public
consume(Configuration<K, V> $config, K $key, V $value) : void
Parameters
- $config : Configuration<K, V>
-
The configuration of the (key => value) entry.
- $key : K
-
The key of the entry.
- $value : V
-
The value of the entry.