Uses of Interface
com.invirgance.convirgance.web.consumer.Consumer
Packages that use Consumer
Package
Description
This package provides interfaces and implementations for persisting JSON
data to various storage backends.
Core web service implementations.
-
Uses of Consumer in com.invirgance.convirgance.web.consumer
Classes in com.invirgance.convirgance.web.consumer that implement Consumer -
Uses of Consumer in com.invirgance.convirgance.web.service
Methods in com.invirgance.convirgance.web.service that return ConsumerModifier and TypeMethodDescriptionInsertService.getConsumer()
Gets the consumer that will persist the processed data.Methods in com.invirgance.convirgance.web.service with parameters of type ConsumerModifier and TypeMethodDescriptionvoid
InsertService.setConsumer
(Consumer consumer) Sets the consumer that will persist the processed data.