Codota Logo
StreamAppDefinition$Builder.setProperty
Code IndexAdd Codota to your IDE (free)

How to use
setProperty
method
in
org.springframework.cloud.dataflow.core.StreamAppDefinition$Builder

Best Java code snippets using org.springframework.cloud.dataflow.core.StreamAppDefinition$Builder.setProperty (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: spring-cloud/spring-cloud-dataflow

  for (ArgumentNode argument : arguments) {
    if (argument.getName().equalsIgnoreCase("inputType")) {
      builder.setProperty(BindingPropertyKeys.INPUT_CONTENT_TYPE, argument.getValue());
      builder.setProperty(BindingPropertyKeys.OUTPUT_CONTENT_TYPE, argument.getValue());
      builder.setProperty(argument.getName(), argument.getValue());
    builder.setProperty(BindingPropertyKeys.INPUT_DESTINATION,
        String.format("%s.%s", streamName, appNodes.get(m - 1).getLabelName()));
    builder.setProperty(BindingPropertyKeys.INPUT_GROUP, streamName);
    builder.setProperty(BindingPropertyKeys.OUTPUT_DESTINATION,
        String.format("%s.%s", streamName, appNode.getLabelName()));
    builder.setProperty(BindingPropertyKeys.OUTPUT_REQUIRED_GROUPS, streamName);
sourceAppBuilder.setProperty(BindingPropertyKeys.INPUT_DESTINATION, sourceDestination.getDestinationName());
String consumerGroupName = streamName;
if (sourceDestination.getArguments() != null) {
sourceAppBuilder.setProperty(BindingPropertyKeys.INPUT_GROUP, consumerGroupName);
builders.getFirst().setProperty(BindingPropertyKeys.OUTPUT_DESTINATION,
    sinkDestination.getDestinationName());
org.springframework.cloud.dataflow.coreStreamAppDefinition$BuildersetProperty

Javadoc

Set an app property.

Popular methods of StreamAppDefinition$Builder

  • build
  • from
  • setProperties
  • <init>
  • addProperties
    Add the contents of the provided map to the map of app properties.
  • setApplicationType
    Set the ApplicationType for this application.
  • setLabel
    Set the app label.
  • setRegisteredAppName
    Set the name of the app in the registry.
  • setStreamName
    Set the stream name this app belongs to.

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setScale (BigDecimal)
    Returns a BigDecimal whose scale is the specified value, and whose value is numerically equal to thi
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Vector (java.util)
    The Vector class implements a growable array of objects. Like an array, it contains components that
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.This exception may include information for locating the er
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now