---
lang: en
title: 'API docs: core.lifecycleobserverregistry.sortobserverbindingsbygroup'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/core
permalink: /doc/en/lb4/apidocs.core.lifecycleobserverregistry.sortobserverbindingsbygroup.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/core](./core.md) &gt; [LifeCycleObserverRegistry](./core.lifecycleobserverregistry.md) &gt; [sortObserverBindingsByGroup](./core.lifecycleobserverregistry.sortobserverbindingsbygroup.md)

## LifeCycleObserverRegistry.sortObserverBindingsByGroup() method

Sort the life cycle observer bindings so that we can start/stop them in the right order. By default, we can start other observers before servers and stop them in the reverse order

<b>Signature:</b>

```typescript
protected sortObserverBindingsByGroup(bindings: Readonly<Binding<LifeCycleObserver>>[]): LifeCycleObserverGroup[];
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  bindings | Readonly&lt;[Binding](./context.binding.md)<!-- -->&lt;[LifeCycleObserver](./core.lifecycleobserver.md)<!-- -->&gt;&gt;\[\] | Life cycle observer bindings |

<b>Returns:</b>

[LifeCycleObserverGroup](./core.lifecycleobservergroup.md)<!-- -->\[\]


