Skip to content

IntegrationFlowContext.getRegistrationById(String flowId) should be marked as @Nullable #8750

Closed
@mrpiggi

Description

@mrpiggi

...as it is part of @NonNullApi

/**
* Obtain an {@link IntegrationFlowRegistration} for the {@link IntegrationFlow}
* associated with the provided {@code flowId}.
* @param flowId the bean name to obtain
* @return the IntegrationFlowRegistration for provided {@code id} or {@code null}
*/
IntegrationFlowRegistration getRegistrationById(String flowId);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions