Skip to content

Question - How can I get the attributes of a specific Element? #11

Description

@PavelTurk

Could someone explain how to get all attributes of an Element? I tried to retrieve them using a ConnectorEvent, but I never receive an AttributeListEvent:

connector.getEventBus().subscribe(ConnectorEvent.class, event -> {
    switch (event) {
        case AttributeListEvent e -> System.out.println("ALE: " + e.attributes());
        default -> {} 
    }
});

Also, it’s unclear how to obtain all attributes when there are no changes to them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions