Class ByteStreamReadingMessageSource
java.lang.Object
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.endpoint.AbstractMessageSource<byte[]>
org.springframework.integration.stream.inbound.ByteStreamReadingMessageSource
org.springframework.integration.stream.ByteStreamReadingMessageSource
- All Implemented Interfaces:
- Aware,- BeanFactoryAware,- BeanNameAware,- DisposableBean,- InitializingBean,- MessageSource<byte[]>,- IntegrationPattern,- NamedComponent,- IntegrationInboundManagement,- IntegrationManagement
@Deprecated(forRemoval=true,
            since="7.0")
public class ByteStreamReadingMessageSource
extends ByteStreamReadingMessageSource
Deprecated, for removal: This API element is subject to removal in a future version.
A pollable source for receiving bytes from an 
InputStream.- Author:
- Mark Fisher, Artem Bilan, Christian Tzolov, Ngoc Nhan
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.springframework.integration.support.management.IntegrationManagementIntegrationManagement.ManagementOverrides
- 
Field SummaryFields inherited from class org.springframework.integration.util.AbstractExpressionEvaluatorEXPRESSION_PARSER, loggerFields inherited from interface org.springframework.integration.support.management.IntegrationManagementMETER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAME
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.ByteStreamReadingMessageSource(InputStream stream, int bufferSize) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryMethods inherited from class org.springframework.integration.stream.inbound.ByteStreamReadingMessageSourcedoReceive, getComponentType, setBytesPerMessage, setShouldTruncateMethods inherited from class org.springframework.integration.endpoint.AbstractMessageSourcebuildMessage, destroy, getComponentName, getManagedName, getManagedType, getOverrides, isLoggingEnabled, receive, registerMetricsCaptor, setBeanName, setHeaderExpressions, setLoggingEnabled, setManagedName, setManagedTypeMethods inherited from class org.springframework.integration.util.AbstractExpressionEvaluatorafterPropertiesSet, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getBeanFactory, getEvaluationContext, getEvaluationContext, getMessageBuilderFactory, onInit, setBeanFactory, setConversionService, setSimpleEvaluationContextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.integration.support.management.IntegrationManagementgetThisAs, isObserved, registerObservationRegistryMethods inherited from interface org.springframework.integration.core.MessageSourcegetIntegrationPatternTypeMethods inherited from interface org.springframework.integration.support.context.NamedComponentgetBeanName
- 
Constructor Details- 
ByteStreamReadingMessageSourceDeprecated, for removal: This API element is subject to removal in a future version.
- 
ByteStreamReadingMessageSourceDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
ByteStreamReadingMessageSource