I have a scenario where Azure ServiceBus sends events to Event Grid whenever there is a message in Azure Service bus's queue/topic. So how do I establish the connection in Java/Spring with Event Grid to receive events and also with Service Bus to pull the messages. What are the configurations are to be done in Java/Spring to establish connections with Event Grid and Azure Service bus?