Tabnine Logo
MessageBuilder.readOnlyHeaders
Code IndexAdd Tabnine to your IDE (free)

How to use
readOnlyHeaders
method
in
org.springframework.integration.support.MessageBuilder

Best Java code snippets using org.springframework.integration.support.MessageBuilder.readOnlyHeaders (Showing top 4 results out of 315)

origin: spring-projects/spring-integration

@Override
public <T> MessageBuilder<T> fromMessage(Message<T> message) {
  return MessageBuilder.fromMessage(message)
      .readOnlyHeaders(this.readOnlyHeaders);
}
origin: spring-projects/spring-integration

@Override
public <T> MessageBuilder<T> withPayload(T payload) {
  return MessageBuilder.withPayload(payload)
      .readOnlyHeaders(this.readOnlyHeaders);
}
origin: org.springframework.integration/spring-integration-core

@Override
public <T> MessageBuilder<T> fromMessage(Message<T> message) {
  return MessageBuilder.fromMessage(message)
      .readOnlyHeaders(this.readOnlyHeaders);
}
origin: org.springframework.integration/spring-integration-core

@Override
public <T> MessageBuilder<T> withPayload(T payload) {
  return MessageBuilder.withPayload(payload)
      .readOnlyHeaders(this.readOnlyHeaders);
}
org.springframework.integration.supportMessageBuilderreadOnlyHeaders

Javadoc

Specify a list of headers which should be considered as read only and prohibited from being populated in the message.

Popular methods of MessageBuilder

  • build
  • withPayload
    Create a builder for a new Message instance with the provided payload.
  • setHeader
    Set the value for the given header name. If the provided value is null, the header will be removed.
  • fromMessage
    Create a builder for a new Message instance pre-populated with all of the headers copied from the pr
  • copyHeaders
    Copy the name-value pairs from the provided Map. This operation will overwrite any existing values.
  • setReplyChannel
  • setCorrelationId
  • setSequenceNumber
  • setSequenceSize
  • setPriority
  • setErrorChannel
  • <init>
    Private constructor to be invoked from the static factory methods only.
  • setErrorChannel,
  • <init>,
  • containsReadOnly,
  • copyHeadersIfAbsent,
  • pushSequenceDetails,
  • removeHeader,
  • setExpirationDate,
  • getHeaders,
  • getPayload

Popular in Java

  • Reactive rest calls using spring rest template
  • runOnUiThread (Activity)
  • getExternalFilesDir (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Table (org.hibernate.mapping)
    A relational table
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now